Completed
Push — master ( 1f2ffc...cd17ec )
by Thomas
30s
created

module.exports   B

Complexity

Conditions 6
Paths 33

Size

Total Lines 40

Duplication

Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
cc 6
c 0
b 0
f 0
nc 33
nop 1
dl 0
loc 40
rs 8.439
1
'use strict'
2
3
const Kit = require('../kits/Kit')
4
5
module.exports = function (slug) {
6
  Kit.create('basic', slug)
7
}
8